'Declaration Public Overloads Function Convert( _
ByVal targetThe target.As TTarget, _
ByVal processingStateState of the processing.As ProcessingState _
) As ConversionProfileResult
public ConversionProfileResult Convert(
TTarget target,
ProcessingState processingState
)
public: ConversionProfileResult* Convert(
TTarget* target,
ProcessingState* processingState
)
public:
ConversionProfileResult^ Convert(
TTarget^ target,
ProcessingState^ processingState
)
Parameters
- target
- The target.
- processingState
- State of the processing.
Return Value
Result of conversion process.